* gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.
* gtk/tmpl/gtkwidget.sgml: Document public GtkWidget members.
+2003-08-10 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.
+
2003-08-09 Noah Levitt <nlevitt@columbia.edu>
* gdk/gdkevents.h:
+2003-08-10 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.
+
2003-08-09 Noah Levitt <nlevitt@columbia.edu>
* gdk/gdkevents.h:
+2003-08-10 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.
+
2003-08-09 Noah Levitt <nlevitt@columbia.edu>
* gdk/gdkevents.h:
+2003-08-10 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.
+
2003-08-09 Noah Levitt <nlevitt@columbia.edu>
* gdk/gdkevents.h:
+2003-08-10 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.
+
2003-08-09 Noah Levitt <nlevitt@columbia.edu>
* gdk/gdkevents.h:
+2003-08-10 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/tmpl/gtkwidget.sgml: Document public GtkWidget members.
+
2003-08-09 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkcalendar.sgml: Deprecate GTK_CALENDAR_WEEK_START_MONDAY. (#87977)
</para>
+@style: The style for the widget. The style contains the colors the widget should be
+ drawn in for each state along with graphics contexts used to draw with and the font
+ to use for text.
+@requisition: The widgets desired size.
+@allocation: The widgets allocated size.
+@window: The widgets window or its parent window if it does not have a window. (Which
+ will be indicated by the #GTK_NO_WINDOW flag being set).
<!-- ##### STRUCT GtkWidgetClass ##### -->
<para>
*/
gchar *name;
+ /*< public >*/
+
/* The style for the widget. The style contains the
* colors the widget should be drawn in for each state
* along with graphics contexts used to draw with and
*/
GdkWindow *window;
+ /*< private >*/
+
/* The widgets parent.
*/
GtkWidget *parent;